Skip to content

Conversation

@MananTank
Copy link
Member

@MananTank MananTank commented Apr 8, 2025

PR-Codex overview

This PR focuses on enhancing the billing and subscription management system by adding new team plans, updating existing components, and improving the user interface for better user experience.

Detailed summary

  • Added new plans: accelerate and scale.
  • Updated TeamPlan type to include new plans.
  • Modified PlanInfoCard to support new plans and improved UI.
  • Refactored billing components to use new plan data.
  • Enhanced InviteSection with new team plan options.
  • Updated storybook files for new billing plans.
  • Improved CancelPlanModal for better user feedback.
  • Added helper functions for plan CTA logic.

The following files were skipped due to too many changes: apps/dashboard/src/components/onboarding/ApplyForOpCreditsModal.tsx

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@vercel
Copy link

vercel bot commented Apr 8, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 8, 2025 6:07pm
4 Skipped Deployments
Name Status Preview Comments Updated (UTC)
docs-v2 ⬜️ Skipped (Inspect) Apr 8, 2025 6:07pm
login ⬜️ Skipped (Inspect) Apr 8, 2025 6:07pm
thirdweb_playground ⬜️ Skipped (Inspect) Apr 8, 2025 6:07pm
wallet-ui ⬜️ Skipped (Inspect) Apr 8, 2025 6:07pm

@vercel vercel bot temporarily deployed to Preview – thirdweb_playground April 8, 2025 15:14 Inactive
@linear
Copy link

linear bot commented Apr 8, 2025

@vercel vercel bot temporarily deployed to Preview – docs-v2 April 8, 2025 15:14 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui April 8, 2025 15:14 Inactive
@changeset-bot
Copy link

changeset-bot bot commented Apr 8, 2025

⚠️ No Changeset found

Latest commit: e450d32

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel vercel bot temporarily deployed to Preview – login April 8, 2025 15:14 Inactive
@github-actions github-actions bot added Dashboard Involves changes to the Dashboard. packages labels Apr 8, 2025
Copy link
Member Author


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge-queue - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@MananTank MananTank marked this pull request as ready for review April 8, 2025 15:14
@MananTank MananTank requested review from a team as code owners April 8, 2025 15:14
@MananTank MananTank force-pushed the 04-08-_tool-3969_dashboard_update_plans_add_cancel_plan_and_related_changes branch from 73bcbe9 to e8c2a3d Compare April 8, 2025 15:14
@vercel vercel bot temporarily deployed to Preview – login April 8, 2025 15:14 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 April 8, 2025 15:14 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui April 8, 2025 15:14 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground April 8, 2025 15:14 Inactive
@codecov
Copy link

codecov bot commented Apr 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.05%. Comparing base (838f8fa) to head (e450d32).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6674   +/-   ##
=======================================
  Coverage   55.05%   55.05%           
=======================================
  Files         889      889           
  Lines       55858    55858           
  Branches     3825     3825           
=======================================
  Hits        30751    30751           
  Misses      25012    25012           
  Partials       95       95           
Flag Coverage Δ
packages 55.05% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Contributor

github-actions bot commented Apr 8, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 47.62 KB (0%) 953 ms (0%) 242 ms (+128.17% 🔺) 1.2 s
thirdweb (cjs) 129.82 KB (0%) 2.6 s (0%) 336 ms (+26.65% 🔺) 3 s
thirdweb (minimal + tree-shaking) 5.62 KB (0%) 113 ms (0%) 169 ms (+2000.75% 🔺) 281 ms
thirdweb/chains (tree-shaking) 514 B (0%) 11 ms (0%) 28 ms (+1000.81% 🔺) 38 ms
thirdweb/react (minimal + tree-shaking) 19.36 KB (0%) 388 ms (0%) 112 ms (+544.01% 🔺) 499 ms

@MananTank MananTank force-pushed the 04-08-_tool-3969_dashboard_update_plans_add_cancel_plan_and_related_changes branch from e8c2a3d to c861857 Compare April 8, 2025 15:26
@vercel vercel bot temporarily deployed to Preview – docs-v2 April 8, 2025 15:26 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui April 8, 2025 15:26 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground April 8, 2025 15:26 Inactive
@vercel vercel bot temporarily deployed to Preview – login April 8, 2025 15:26 Inactive
@MananTank MananTank changed the title [TOOL-3969] Dashboard: Update Plans, Add cancel plan and related changes [TOOL-3969] Dashboard: Update Plans, Add cancel plan, credits page style adjustments Apr 8, 2025
@MananTank MananTank changed the title [TOOL-3969] Dashboard: Update Plans, Add cancel plan, credits page style adjustments [TOOL-3969] Dashboard: Update Plans, Add cancel plan, and other related UI updates Apr 8, 2025
@graphite-app
Copy link
Contributor

graphite-app bot commented Apr 8, 2025

Merge activity

…ed UI updates (#6674)

<!-- start pr-codex -->

## PR-Codex overview
This PR focuses on enhancing the billing and subscription management system by adding new team plans, updating existing components, and improving the user interface for better user experience.

### Detailed summary
- Added new plans: `accelerate` and `scale`.
- Updated `TeamPlan` type to include new plans.
- Modified `PlanInfoCard` to support new plans and improved UI.
- Refactored billing components to use new plan data.
- Enhanced `InviteSection` with new team plan options.
- Updated storybook files for new billing plans.
- Improved `CancelPlanModal` for better user feedback.
- Added helper functions for plan CTA logic.

> The following files were skipped due to too many changes: `apps/dashboard/src/components/onboarding/ApplyForOpCreditsModal.tsx`

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`

<!-- end pr-codex -->
@graphite-app graphite-app bot force-pushed the 04-08-_tool-3969_dashboard_update_plans_add_cancel_plan_and_related_changes branch from 70c60a3 to e450d32 Compare April 8, 2025 17:58
@vercel vercel bot temporarily deployed to Preview – login April 8, 2025 17:58 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui April 8, 2025 17:58 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 April 8, 2025 17:58 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground April 8, 2025 17:58 Inactive
@graphite-app graphite-app bot merged commit e450d32 into main Apr 8, 2025
32 checks passed
@graphite-app graphite-app bot deleted the 04-08-_tool-3969_dashboard_update_plans_add_cancel_plan_and_related_changes branch April 8, 2025 18:08
@vercel vercel bot temporarily deployed to Production – docs-v2 April 8, 2025 18:09 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb_playground April 8, 2025 18:09 Inactive
@vercel vercel bot temporarily deployed to Production – login April 8, 2025 18:09 Inactive
@vercel vercel bot temporarily deployed to Production – wallet-ui April 8, 2025 18:09 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dashboard Involves changes to the Dashboard. packages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants